projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
b085ca2
)
Adapt tramp-tests
author
Michael Albinus
<michael.albinus@gmx.de>
Wed, 26 Jan 2022 13:05:30 +0000
(14:05 +0100)
committer
Michael Albinus
<michael.albinus@gmx.de>
Wed, 26 Jan 2022 13:05:30 +0000
(14:05 +0100)
* test/lisp/net/tramp-tests.el (tramp--test-special-characters):
Adapt test candidates.
test/lisp/net/tramp-tests.el
patch
|
blob
|
history
diff --git
a/test/lisp/net/tramp-tests.el
b/test/lisp/net/tramp-tests.el
index 1651ee4846e1b66ee8a1d4f5395ddd46e5437432..01fe7355f456dc406f8ca1b3b1a5ebf2364d9e46 100644
(file)
--- a/
test/lisp/net/tramp-tests.el
+++ b/
test/lisp/net/tramp-tests.el
@@
-6472,7
+6472,7
@@
This requires restrictions of file name syntax."
(unless (or (tramp--test-ftp-p)
(tramp--test-gvfs-p)
(tramp--test-windows-nt-or-smb-p))
- "*foo
*bar*baz*
")
+ "*foo
+bar*baz+
")
(if (or (tramp--test-gvfs-p) (tramp--test-windows-nt-or-smb-p))
"'foo'bar'baz'"
"'foo\"bar'baz\"")